home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC 1.37.1r15 Full / Build / CleanGCC < prev    next >
Encoding:
Text File  |  1990-06-06  |  223 b   |  12 lines  |  [TEXT/MPS ]

  1. # Blast everything but sources in a GCC working folder.
  2. # Must be in that folder to begin with.
  3.  
  4. set exit 0  # don't give up if a match fails
  5.  
  6. delete -i :Obj:≈
  7. delete -i :Tmp:≈
  8. delete -i :Gen:≈
  9. delete -i cpp
  10. delete -i cc1
  11.  
  12.